|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.webservices.configurations.WebServiceCallConfiguration
public class WebServiceCallConfiguration
A configuration for a web service call.
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.vtp.framework.webservices.configurations.WebServiceConstants |
|---|
NAME_ENDPOINT, NAME_INPUT, NAME_LOCATOR, NAME_MAPPING, NAME_NAME, NAME_OPERATION, NAME_PORT, NAME_RESULT_CARDINALITY, NAME_RESULT_NAME, NAME_RESULT_TYPE, NAME_TYPE, NAME_VALUE, NAME_WEB_SERVICE, NAMESPACE_URI |
| Constructor Summary | |
|---|---|
WebServiceCallConfiguration()
Creates a new WebServiceCallConfiguration. |
|
| Method Summary | |
|---|---|
void |
addInput(WebServiceInputConfiguration input)
Adds an input to this call. |
void |
addMapping(WebServiceMappingConfiguration mapping)
Adds a mapping to this query. |
WebServiceInputConfiguration[] |
getInputs()
Returns the inputs specified for the call. |
java.lang.String |
getLocator()
Returns the name of the locator to use. |
WebServiceMappingConfiguration[] |
getMappings()
Returns the mappings specified to the query. |
java.lang.String |
getOperation()
Returns the name of the operation to invoke. |
java.lang.String |
getPort()
Returns the name of the port to use. |
java.lang.String |
getResultName()
Returns the name of the result to populate. |
java.lang.String |
getResultType()
Returns the name of the type of result to create. |
java.lang.String |
getWebService()
Returns the name of the web service to call. |
boolean |
isResultArray()
Returns true if multiple records should be returned. |
void |
load(org.w3c.dom.Element configurationElement)
Loads the configuration information from the specified XML element. |
void |
removeInput(WebServiceInputConfiguration input)
Removes an input from this call. |
void |
removeMapping(WebServiceMappingConfiguration mapping)
Removes a mapping from this query. |
void |
save(org.w3c.dom.Element configurationElement)
Saves the configuration information into the supplied XML element. |
void |
setLocator(java.lang.String locator)
Sets the name of the locator to use. |
void |
setOperation(java.lang.String operation)
Sets the name of the operation to invoke. |
void |
setPort(java.lang.String port)
Sets the name of the port to use. |
void |
setResultArray(boolean resultArray)
Changes the multiple records setting. |
void |
setResultName(java.lang.String resultName)
Sets the name of the result to populate. |
void |
setResultType(java.lang.String resultType)
Sets the name of the type of result to create. |
void |
setWebService(java.lang.String webService)
Sets the name of the web service to call. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebServiceCallConfiguration()
| Method Detail |
|---|
public java.lang.String getLocator()
public void setLocator(java.lang.String locator)
locator - The name of the locator to use.public java.lang.String getWebService()
public void setWebService(java.lang.String webService)
webService - The name of the web service to call.public java.lang.String getPort()
public void setPort(java.lang.String port)
port - The name of the port to use.public java.lang.String getOperation()
public void setOperation(java.lang.String operation)
operation - The name of the operation to invoke.public java.lang.String getResultName()
public void setResultName(java.lang.String resultName)
resultName - The name of the result to populate.public java.lang.String getResultType()
public void setResultType(java.lang.String resultType)
resultType - The name of the type of result to create.public boolean isResultArray()
public void setResultArray(boolean resultArray)
resultArray - True if multiple records should be returned.public WebServiceInputConfiguration[] getInputs()
public void addInput(WebServiceInputConfiguration input)
input - The input to add.public void removeInput(WebServiceInputConfiguration input)
input - The input to remove.public WebServiceMappingConfiguration[] getMappings()
public void addMapping(WebServiceMappingConfiguration mapping)
mapping - The mapping to add.public void removeMapping(WebServiceMappingConfiguration mapping)
mapping - The mapping to remove.public void load(org.w3c.dom.Element configurationElement)
IConfiguration
load in interface IConfigurationconfigurationElement - The element to load the configuration from.public void save(org.w3c.dom.Element configurationElement)
IConfiguration
save in interface IConfigurationconfigurationElement - The element to save the configuration to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||